RadioButtonElement Constructor(Style,Object[])
In This Topic
Initializes a new
RadioButtonElement with specified style and content.
Syntax
'Declaration
Public Function New( _
ByVal As Style, _
ByVal ParamArray () As System.Object _
)
public RadioButtonElement(
Style ,
params System.object[]
)
Parameters
- style
- The Style object to use.
- content
- An System.Array of objects to display as content.
See Also